@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-mobile-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

* {
  box-sizing: border-box;
}

/*--------- Common CSS Start -----------------*/
.transparent {
  background-color: transparent !important;
}

.no_padding {
  padding: 0px !important;
}

.full_width {
  width: 100%;
}

.left_padding {
  padding-right: 0px !important;
}

.right_padding {
  padding-left: 0px !important;
}

.small_padding {
  padding: 0px 5px;
}

.small_padding2 {
  padding: 0px 2px !important;
}

.medium_padding {
  padding: 0px 10px;
}

.padding_right_only5 {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.padding_left_only5 {
  padding-left: 5px !important;
  padding-right: 0px !important;
}

.padding_vertical40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding_vertical25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding_vertical15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding_vertical10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding_vertical10_only {
  padding: 10px 0px;
}

.padding_vertical5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.no_padding_large {
  padding: 0px;
}

.padding_horizontal5 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.padding_horizontal10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding_horizontal0 {
  padding-left: 0px;
  padding-right: 0px;
}

.no_both_side_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.padding_vertical20 {
  padding: 20px 0;
}

.padding_vertical25-10 {
  padding: 25px 10px;
}

.padding_25 {
  padding: 25px;
}

.padding_20 {
  padding: 20px;
}

.padding_top20 {
  padding-top: 20px;
}

.padding_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

.padding_left10 {
  padding-left: 10px !important;
}

.right_padding5 {
  padding-right: 5px;
}

.left_padding_only5 {
  padding: 0px 0px 0px 5px !important;
}

.right_padding_only5 {
  padding: 0px 5px 0px 0px !important;
}

.left_padding_only10 {
  padding: 0px 0px 0px 10px !important;
}

.right_padding_only10 {
  padding: 0px 10px 0px 0px !important;
}

.left_padding5 {
  padding-left: 5px;
}

.padding_5 {
  padding: 5px !important;
}

.left_align_padding {
  padding: 0px 5px 0px 0px;
}

.right_align_padding {
  padding: 0px 0px 0px 5px;
}

.no_margin_bottom {
  margin-bottom: 0px !important;
}

.no_margin_top {
  margin-top: 0px !important;
}

.color_white {
  background-color: #fff !important;
}

.padding_2 {
  padding: 2px !important;
}

.double_padding {
  padding-right: 30px;
  padding-left: 30px;
}

.margin_top10 {
  margin-top: 10px;
}

.margin_top15 {
  margin-top: 15px;
}

.margin_top5 {
  margin-top: 5px;
}

.margin_left5 {
  margin-left: 5px;
}

.margin_left10 {
  margin-left: 10px;
}

.margin_right5 {
  margin-right: 5px;
}

.margin_right10 {
  margin-right: 10px;
}

.margin_left30 {
  margin-left: 30px;
}

.margin_left25 {
  margin-left: 25px;
}

.margin_bottom5 {
  margin-bottom: 5px !important;
}

.margin_bottom10 {
  margin-bottom: 10px !important;
}

.margin_bottom15 {
  margin-bottom: 15px !important;
}

.margin_bottom20 {
  margin-bottom: 20px !important;
}

.no_margin {
  margin: 0px;
}

.margin_top20 {
  margin-top: 20px;
}

.margin_top40 {
  margin-top: 40px;
}

.margin_top50 {
  margin-top: 50px;
}

.margin_top110 {
  margin-top: 110px;
}

.full_height {
  height: 100%;
}

.float_last_child:last-child {
  float: left !important;
}

a:hover,
a:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

button:hover,
button:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

.no_border {
  border: none !important;
}

.no_padding_bottom {
  padding-bottom: 0px !important;
}

.left {
  float: left;
}

.display-inline {
  display: inline-block;
}

.relative-position {
  position: relative;
}

a, a:active, a:focus {
  outline: none;
}

input:hover, input:active, input:focus {
  outline: none;
}

.no-bg {
  background-color: transparent !important;
}

/*-------- Common CSS end ----------------*/
/*======Variable color start=======*/
/*======Variable color end=======*/
/*===========Mixins===================*/
/*=============== Flexbox Display===============*/
html {
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #000000;
  font-size: 16px;
  line-height: normal;
}

a {
  color: #A301EA;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #A301EA;
  text-decoration: none;
  outline: 0;
}

p {
  margin: 0 0 1.5rem 0;
  font-size: 16px;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 30px;
}
p span {
  color: #07E6FF;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #07E6FF;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #07E6FF;
}

h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 65px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 1700px) {
  h1 {
    font-size: 96px;
  }
}

h2 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 1536px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 414px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 414px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 844px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 25.5px;
    line-height: 24.5px;
  }
}

h6 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 15px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1596px;
  }
}

.red {
  border-color: #A301EA;
}

.text-center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-beige-dark {
  background-color: #f4f2ec;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-between.row-align-top {
  align-items: flex-start;
}

.row.row-justify-centre {
  justify-content: center;
}

.inline-link {
  position: relative;
  display: flex;
  align-items: center;
  transition-property: opacity;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

svg:not(:root) {
  overflow: hidden;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-white {
  background: #ffffff;
}

.comm-padd {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .comm-padd {
    padding: 75px 0;
  }
}
.comm-padd-inner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .comm-padd-inner {
    padding: 40px 0 60px;
  }
}
@media (min-width: 1400px) {
  .comm-padd-inner {
    padding: 60px 0 90px;
  }
}

.row.row-stretch {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .row.row-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

hr {
  margin: 1rem 0;
  background-color: #c6c6c6;
  opacity: 1;
}

.pl-45 {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .pl-45 {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .pl-45 {
    padding-left: 45px;
  }
}

.pr-60 {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .pr-60 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .pr-60 {
    padding-right: 60px;
  }
}

.mb-85 {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .mb-85 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .mb-85 {
    margin-bottom: 85px;
  }
}

.pl-20 {
  padding-left: 20px;
}

.red {
  color: #A301EA;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-grey {
  background-color: #f5f5f5;
}

/*****************WP css************************/
p.file-size {
  padding-top: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.upload-btn-wrapper {
  overflow: visible;
}

.upload-btn-wrapper .wpcf7-form-control-wrap {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.upload-btn-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9;
  opacity: 1 !important;
  top: -22px;
}

.form-cont p a {
  color: #141b21;
}

.no-tag {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  font-family: "AtlasGroteskMedium";
  background: #000000;
  border-radius: 50px;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .no-tag {
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
  }
}

.comm-padd {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 0.5rem 0;
  }
}
@media (min-width: 1200px) {
  .comm-padd {
    padding: 3rem 0;
  }
}
@media (min-width: 1300px) {
  .comm-padd {
    padding: 4rem 0;
  }
}
@media (min-width: 1700px) {
  .comm-padd {
    padding: 7rem 0;
  }
}

.common-heading {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .common-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .common-heading {
    margin-bottom: 45px;
  }
}
.common-heading h2 {
  color: #000000;
  margin-bottom: 0;
}
.common-heading.white h2 {
  color: #ffffff;
}
.common-heading p {
  padding-top: 10px;
}
.common-heading .sub-heading {
  position: relative;
  display: inline-block;
  color: #A301EA;
  letter-spacing: 7%;
  margin-bottom: 14px;
  padding-left: 63px;
}
.common-heading .sub-heading::after {
  position: absolute;
  content: "";
  background: #A301EA;
  width: 43px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-cont {
  max-width: 860px;
  margin: 0 auto;
}
.sub-cont h4 {
  color: #A301EA;
  margin-bottom: 20px;
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
ul.bulleted-list li {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
ul.bulleted-list li:last-child {
  margin-bottom: 0;
}
ul.bulleted-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #A301EA;
}

.btn {
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background: #07E6FF;
  padding: 10px;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(7, 230, 255, 0.71);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  min-width: 120px;
  gap: 10px;
  position: relative;
  z-index: 0;
}
@media (min-width: 1400px) {
  .btn {
    min-width: 136px;
    padding: 14px 10px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background: #07E6FF;
  box-shadow: none;
}
.btn:hover::after, .btn:focus::after {
  opacity: 0;
}

.site-header {
  background: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  padding: 2rem 0 0;
  box-shadow: none;
}
@media (min-width: 992px) {
  .site-header {
    padding: 12px 0;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 25px 0;
  }
}
@media (min-width: 1300px) {
  .site-header {
    padding: 36px 0;
  }
}
.site-header-main {
  position: relative;
  margin: 0;
}
@media (min-width: 1200px) {
  .site-header-main {
    margin: 0 20px;
  }
}
@media (min-width: 1400px) {
  .site-header-main {
    margin: 0 35px;
  }
}
@media (min-width: 1536px) {
  .site-header-main {
    margin: 0 20px;
  }
}
@media (min-width: 1700px) {
  .site-header-main {
    margin: 0 50px;
  }
}
@media (min-width: 1920px) {
  .site-header-main {
    margin: 0 50px;
  }
}
.site-header-main .header-main-cont {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  opacity: 1;
  gap: 20px;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 0 3px rgba(244, 218, 255, 0.5) inset, 0 4px 73px 0 rgba(39, 9, 51, 0.21);
  border-radius: 10px;
  padding: 20px 16px;
}
@media (min-width: 576px) {
  .site-header-main .header-main-cont {
    padding: 20px 32px;
  }
}
@media (min-width: 992px) {
  .site-header-main .header-main-cont {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .site-header-main .header-main-cont {
    padding: 15px 30px;
  }
}
@media (min-width: 1920px) {
  .site-header-main .header-main-cont {
    padding: 20px 50px;
  }
}
.site-header-main .header-rht {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 30px;
}
@media (min-width: 1400px) {
  .site-header-main .header-rht {
    gap: 50px;
  }
}
@media (min-width: 1700px) {
  .site-header-main .header-rht {
    gap: 70px;
  }
}
@media (min-width: 1920px) {
  .site-header-main .header-rht {
    gap: 90px;
  }
}

.site-logo {
  width: 258px;
  display: flex;
}
@media (min-width: 992px) {
  .site-logo {
    width: 280px;
  }
}
@media (min-width: 1300px) {
  .site-logo {
    width: 320px;
  }
}
@media (min-width: 1536px) {
  .site-logo {
    width: 360px;
  }
}
@media (min-width: 1700px) {
  .site-logo {
    width: 414px;
  }
}

.primary-nav {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 100%;
  overflow-y: auto;
  padding-top: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: linear-gradient(to bottom, rgb(83, 0, 119) 0%, rgb(253, 252, 254) 99%, rgba(255, 255, 255, 0.48) 100%);
  box-shadow: 0 0 3px rgba(244, 218, 255, 0.5) inset;
  border-radius: 10px;
  padding: 20px 32px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .primary-nav {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0rem;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
    padding-right: 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: left;
  }
}
.primary-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .primary-nav ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .primary-nav ul {
    gap: 25px;
  }
}
@media (min-width: 992px) and (min-width: 1300px) {
  .primary-nav ul {
    gap: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1536px) {
  .primary-nav ul {
    gap: 36px;
  }
}
@media (min-width: 992px) and (min-width: 1700px) {
  .primary-nav ul {
    gap: 44px;
  }
}
.primary-nav ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  padding: 10px;
  display: block;
}
@media (min-width: 992px) {
  .primary-nav ul li a {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li a {
    font-size: 16px;
  }
}
.primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  color: #07E6FF;
}
@media (min-width: 992px) {
  .primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
    color: #ffffff;
  }
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-sidebar {
  display: block;
  padding: 0;
  margin-bottom: 0px;
  pointer-events: all;
}
@media (min-width: 992px) {
  .toggle-sidebar {
    pointer-events: none;
    margin-bottom: 10px;
    display: none;
  }
}
.toggle-sidebar span {
  background: #ffffff;
  height: 2px;
  position: relative;
  margin: 2px 0;
  width: 30px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.toggle-sidebar span:first-child {
  top: -4px;
  left: 0;
}
.toggle-sidebar span:last-child {
  bottom: -4px;
  left: 0;
}

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: transparent;
  transition: all 0.5s;
  z-index: -1;
}

body.active .toggle-sidebar span:first-child {
  transform: rotate(45deg);
  top: 5px;
}
body.active .toggle-sidebar span:nth-child(2) {
  display: none;
}
body.active .toggle-sidebar span:last-child {
  transform: rotate(-45deg);
  bottom: -1px;
}
body.active .body-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
body.active .primary-nav {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-banner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 900px;
}
@media (min-width: 360px) {
  .site-banner {
    height: 820px;
  }
}
@media (min-width: 414px) {
  .site-banner {
    height: 800px;
  }
}
@media (min-width: 576px) {
  .site-banner {
    height: 850px;
  }
}
@media (min-width: 992px) {
  .site-banner {
    margin-top: 0;
    padding: 0;
    height: 770px;
  }
}
@media (min-width: 1200px) {
  .site-banner {
    height: auto;
  }
}
@media (min-width: 1920px) {
  .site-banner {
    height: 1098px;
  }
}
.site-banner .banner-holder {
  height: 100%;
  width: 100%;
}
.site-banner .banner-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner .banner-content {
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 40px;
}
@media (min-width: 576px) {
  .site-banner .banner-content {
    bottom: 80px;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-content {
    bottom: 100px;
  }
}
@media (min-width: 1536px) {
  .site-banner .banner-content {
    bottom: 150px;
  }
}
@media (min-width: 1700px) {
  .site-banner .banner-content {
    bottom: 190px;
  }
}
.site-banner .banner-content .text-cont {
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-content .text-cont {
    max-width: 822px;
    margin: 0 auto;
  }
}
.site-banner .banner-content .text-cont h1 {
  color: #ffffff;
  margin-bottom: 38px;
}
.site-banner .banner-content .text-cont p {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont p {
    font-size: 20px;
    line-height: 35px;
  }
}
.site-banner .banner-content .text-cont h3 {
  color: #ffffff;
  letter-spacing: 36%;
  margin-top: 35px;
  margin-bottom: 25px;
}
@media (min-width: 1536px) {
  .site-banner .banner-content .text-cont h3 {
    margin-top: 55px;
    margin-bottom: 32px;
  }
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont h3 br {
    display: none;
  }
}
.site-banner .banner-content .text-cont .location {
  margin-bottom: 54px;
  display: none;
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont .location {
    display: block;
  }
}
.site-banner .banner-content .text-cont .location p {
  font-weight: 400;
  font-size: 24px;
}

.countdown-timer {
  flex-direction: column;
}
@media (min-width: 576px) {
  .countdown-timer {
    flex-direction: row;
  }
}
.countdown-timer .divider {
  font-family: "Inter", sans-serif;
  font-size: 76px;
  font-weight: 90;
  color: #ffffff;
  line-height: normal;
}
@media (min-width: 1536px) {
  .countdown-timer .divider {
    font-size: 96px;
    font-weight: 100;
  }
}
.countdown-timer .divider.alt {
  display: none;
}
@media (min-width: 576px) {
  .countdown-timer .divider.alt {
    display: inline-flex;
  }
}
.countdown-timer .half {
  width: 100%;
}
@media (min-width: 576px) {
  .countdown-timer .half {
    width: 50%;
  }
}
.countdown-timer .time-col {
  flex: 1;
}
.countdown-timer .time-col .number {
  font-family: "Inter", sans-serif;
  font-size: 76px;
  font-weight: 90;
  color: #ffffff;
  line-height: normal;
  text-align: center;
  letter-spacing: 5px;
}
@media (min-width: 1536px) {
  .countdown-timer .time-col .number {
    font-size: 96px;
    font-weight: 100;
  }
}
.countdown-timer .time-col .label-txt {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  display: block;
  text-align: center;
}
@media (min-width: 1536px) {
  .countdown-timer .time-col .label-txt {
    font-size: 24px;
  }
}

.vertical-cont {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
@media (min-width: 1300px) {
  .vertical-cont {
    left: 30px;
  }
}
@media (min-width: 1536px) {
  .vertical-cont {
    width: 60px;
    left: 40px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .vertical-cont {
    left: 60px;
  }
}
@media (min-width: 1700px) {
  .vertical-cont {
    padding-right: 30px;
  }
}
@media (min-width: 1920px) {
  .vertical-cont {
    left: 100px;
  }
}
.vertical-cont p {
  color: #ffffff;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin: 0;
  font-size: 18px;
  letter-spacing: 32%;
}
@media (min-width: 1536px) {
  .vertical-cont p {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .vertical-cont p {
    font-size: 24px;
    letter-spacing: 34%;
  }
}

.footer {
  background: url("../images/footer-bg.webp") no-repeat 0 0;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-top {
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .footer-top {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .footer-top {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .footer-top {
    padding: 180px 0 117px;
  }
}

.left-cont {
  max-width: 630px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .left-cont {
    margin-bottom: 0;
  }
}
.left-cont h2 {
  color: #ffffff;
  font-size: 28px;
}
@media (min-width: 576px) {
  .left-cont h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .left-cont h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .left-cont h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .left-cont h2 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .left-cont h2 {
    font-size: 60px;
  }
}
@media (min-width: 1536px) {
  .left-cont h2 {
    font-size: 80px;
    line-height: 89px;
  }
}
.left-cont h2 span {
  display: block;
}
.left-cont p {
  color: #ffffff;
  margin-bottom: 0;
}

.form-block {
  position: relative;
}
@media (min-width: 1200px) {
  .form-block {
    margin-left: 80px;
  }
}
@media (min-width: 1400px) {
  .form-block {
    margin-left: 150px;
  }
}
.form-block .form-outr {
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 4px 73px rgba(39, 9, 51, 0.2);
  border: 1px solid rgba(245, 245, 245, 0.18);
  border-radius: 17px;
  padding: 40px 30px 40px;
  width: 100%;
}
@media (min-width: 1400px) {
  .form-block .form-outr {
    padding: 55px 50px 60px;
  }
}
.form-block .form-outr input, .form-block .form-outr textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(245, 245, 245, 0.44);
  border-radius: 0;
  padding: 26px 0 12px;
  font-size: 16px;
  color: #ffffff;
}
.form-block .form-outr input:focus, .form-block .form-outr textarea:focus {
  outline: 0;
  box-shadow: none;
}
.form-block .form-outr textarea {
  height: 150px;
}
.form-block .form-outr .btn-wrap {
  margin-top: 40px;
}
@media (min-width: 1400px) {
  .form-block .form-outr .btn-wrap {
    margin-top: 80px;
  }
}
.form-block .form-outr .btn-wrap .btn {
  min-width: 187px;
}

.footer-menu {
  border-top: 1px solid rgba(245, 245, 245, 0.44);
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .footer-menu {
    margin: 0 30px;
  }
}
@media (min-width: 1300px) {
  .footer-menu {
    padding: 55px 0;
    margin: 0 50px;
  }
}
@media (min-width: 1700px) {
  .footer-menu {
    padding: 76px 0;
  }
}
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
}
@media (min-width: 768px) {
  .footer-menu ul {
    gap: 44px;
  }
}
.footer-menu ul li {
  position: relative;
}
.footer-menu ul li::after {
  position: absolute;
  content: "-";
  color: #ffffff;
  right: -19px;
}
@media (min-width: 768px) {
  .footer-menu ul li::after {
    right: -22px;
  }
}
.footer-menu ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.footer-menu ul li:last-child::after {
  display: none;
}

.footer-bottom {
  border-top: 1px solid rgba(245, 245, 245, 0.44);
  border-bottom: 1px solid rgba(245, 245, 245, 0.44);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .footer-bottom {
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .footer-bottom {
    margin: 0 50px;
  }
}
.footer-bottom-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .footer-bottom-left {
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 1300px) {
  .footer-bottom-left {
    width: 40%;
  }
}
@media (min-width: 1700px) {
  .footer-bottom-left {
    padding: 45px 0;
  }
}
.footer-bottom-left .inr-cont .ftr-logo {
  display: block;
}
.footer-bottom-left .inr-cont .inr-bott {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-bottom-left .inr-cont .inr-bott {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .footer-bottom-left .inr-cont .inr-bott {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footer-bottom-left .inr-cont .inr-bott {
    flex-direction: row;
    gap: 30px;
  }
}
.footer-bottom-left .inr-cont .inr-bott p {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  margin: 0;
}
.footer-bottom-right {
  padding: 0 0px 30px;
}
@media (min-width: 768px) {
  .footer-bottom-right {
    padding: 0 30px 30px;
  }
}
@media (min-width: 992px) {
  .footer-bottom-right {
    border-left: 1px solid rgba(245, 245, 245, 0.44);
    width: 50%;
    padding: 30px;
  }
}
@media (min-width: 1300px) {
  .footer-bottom-right {
    width: 60%;
    padding: 30px 120px 30px 80px;
  }
}
@media (min-width: 1700px) {
  .footer-bottom-right {
    padding: 50px 150px 50px 113px;
  }
}
.footer-bottom-right p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom-right p {
    text-align: left;
  }
}

.copyright-block {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1700px) {
  .copyright-block {
    padding: 50px 0;
  }
}
.copyright-block p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.copyright-block p a {
  color: #ffffff;
}

.about-section {
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .about-section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .about-section {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .about-section {
    padding: 174px 0 222px;
  }
}
.about-section .about-cont {
  padding: 48px 0 0;
}
@media (min-width: mdpx) {
  .about-section .about-cont {
    padding: 110px 0 0;
  }
}
@media (min-width: 992px) {
  .about-section .about-cont {
    padding: 0 9%;
  }
}

.highlight-section {
  background: url("../images/highlight-bg.webp") no-repeat 0 0;
  background-size: cover;
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .highlight-section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .highlight-section {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .highlight-section {
    padding: 112px 0 180px;
  }
}

.card-block {
  padding-top: 35px;
  gap: 45px;
}
@media (min-width: 992px) {
  .card-block {
    gap: 0;
  }
}
@media (min-width: 1400px) {
  .card-block {
    padding-top: 65px;
  }
}

.background {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.48) 0%, rgb(83, 0, 119) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.highlight-card {
  position: relative;
}
.highlight-card-innr {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 73px rgba(39, 9, 51, 0.16);
  border: 3px solid rgba(245, 245, 245, 0.15);
  border-radius: 10px;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 500px;
  padding: 36px 30px 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .highlight-card-innr {
    padding: 36px 55px 25px;
  }
}
@media (min-width: 992px) {
  .highlight-card-innr {
    padding: 36px 16px 25px;
  }
}
@media (min-width: 1300px) {
  .highlight-card-innr {
    padding: 36px 30px 25px;
  }
}
@media (min-width: 1700px) {
  .highlight-card-innr {
    padding: 46px 40px 25px;
  }
}
.highlight-card-innr:hover {
  box-shadow: 0 4px 39px rgba(197, 64, 255, 0.4);
}
@media (min-width: 992px) {
  .highlight-card-innr:hover {
    margin-top: -30px;
  }
}
.highlight-card .card-icon {
  margin-bottom: 27px;
}
.highlight-card .card-cont h4 {
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (min-width: 1300px) {
  .highlight-card .card-cont h4 {
    line-height: 36px;
  }
}
@media (min-width: 1700px) {
  .highlight-card .card-cont h4 {
    line-height: 40px;
    margin-bottom: 32px;
  }
}
.highlight-card .card-cont p {
  color: #ffffff;
}
.highlight-card .card-cont p:last-of-type {
  margin-bottom: 0;
}

.objectives-section {
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .objectives-section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .objectives-section {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .objectives-section {
    padding: 163px 0 177px;
  }
}

.objectives-block {
  padding-top: 45px;
}
@media (min-width: 992px) {
  .objectives-block {
    padding-top: 20px;
  }
}
@media (min-width: 1536px) {
  .objectives-block {
    padding-top: 60px;
  }
}

.objective-img img {
  border-radius: 10px;
}

.sngl-item {
  gap: 35px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .sngl-item {
    flex-direction: row;
  }
}
@media (min-width: 1536px) {
  .sngl-item {
    gap: 60px;
  }
}
.sngl-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sngl-item:not(:last-child) {
    margin-bottom: 52px;
  }
}
.sngl-item .objective-icon {
  min-width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1300px) {
  .sngl-item .objective-icon {
    min-width: 130px;
  }
}
.sngl-item .objective-cont {
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 30px;
}
@media (min-width: 1536px) {
  .sngl-item .objective-cont {
    padding-bottom: 50px;
  }
}
.sngl-item .objective-cont h4 {
  margin-bottom: 10px;
}
@media (min-width: 1536px) {
  .sngl-item .objective-cont h4 {
    margin-bottom: 21px;
  }
}
.sngl-item .objective-cont p:last-of-type {
  margin-bottom: 0;
}
.sngl-item:last-child .objective-cont {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-timer-row {
  margin-top: 60px;
}
@media (min-width: 1400px) {
  .event-timer-row {
    margin-top: 90px;
  }
}

.event-timer-card {
  padding: 20px;
  gap: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .event-timer-card {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  .event-timer-card {
    flex-direction: row;
    padding-left: 70px;
    gap: 70px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .event-timer-card {
    padding-left: 130px;
    gap: 130px;
  }
}
@media (min-width: 1400px) {
  .event-timer-card {
    padding-left: 247px;
    gap: 158px;
  }
}
.event-timer-card:not(:last-child) {
  border-bottom: 1px solid #C0C0C0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.event-timer-card .time-col {
  gap: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  min-width: 285px;
  justify-content: flex-start;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  .event-timer-card .time-col {
    justify-content: center;
  }
}
.event-timer-card .time-col i {
  display: none;
}
@media (min-width: 992px) {
  .event-timer-card .time-col i {
    display: inline-flex;
    visibility: hidden;
    opacity: 0;
  }
}
.event-timer-card .desc-col {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  .event-timer-card .desc-col {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .event-timer-card .desc-col {
    max-width: 380px;
    padding-right: 0;
  }
}
.event-timer-card .desc-col p {
  margin-bottom: 0;
}
.event-timer-card:hover {
  border-radius: 21px;
  background: #07E6FF;
  box-shadow: 0 13px 46px -3px rgba(7, 230, 255, 0.71);
  border-bottom-color: transparent;
  transform: scale(1.05);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.event-timer-card:hover .time-col i {
  display: inline-flex;
}
@media (min-width: 992px) {
  .event-timer-card:hover .time-col i {
    visibility: visible;
    opacity: 1;
  }
}

.speakers-section {
  overflow-x: hidden;
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .speakers-section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .speakers-section {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .speakers-section {
    padding: 166px 0 200px;
  }
}

.speaker-slider {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .speaker-slider {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 90px 0;
  }
}
.speaker-slider .slick-dots {
  position: static;
  padding-top: 38px;
}
.speaker-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}
.speaker-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #A301EA;
  transition: all 0.3s;
}
.speaker-slider .slick-dots li button::before {
  display: none;
}
.speaker-slider .slick-dots li.slick-active button {
  background: #A301EA;
}

.item-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 33px;
  width: 100%;
}
@media (min-width: 992px) {
  .item-card {
    width: 305px;
  }
}
@media (min-width: 1400px) {
  .item-card {
    width: 340px;
  }
}
@media (min-width: 1536px) {
  .item-card {
    width: 375px;
  }
}
@media (min-width: 1600px) {
  .item-card {
    width: 407px;
  }
}
.item-card-img {
  width: 230px;
  height: 230px;
  position: relative;
}
@media (min-width: 1536px) {
  .item-card-img {
    width: 280px;
    height: 280px;
  }
}
.item-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 3px solid transparent;
  transition: border 0.5s;
}
.item-card-img .vip-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37px;
  border-radius: 21px;
  background: #07E6FF;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 13px 27.3px -11px rgba(7, 230, 255, 0.71);
}
.item-card-info {
  text-align: center;
}
.item-card-info h4 {
  margin-bottom: 15px;
}
@media (min-width: 1536px) {
  .item-card-info h4 {
    margin-bottom: 30px;
  }
}
.item-card-info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 1536px) {
  .item-card-info p {
    font-size: 18px;
    line-height: 32px;
  }
}
.item-card:hover .item-card-img img {
  border-color: #07E6FF;
}

.awards-section {
  background: #F9F8F8;
  padding: 48px 0;
}
@media (min-width: mdpx) {
  .awards-section {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .awards-section {
    padding: 120px 0;
  }
}
@media (min-width: 1700px) {
  .awards-section {
    padding: 117px 0 143px;
  }
}

.award-img {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .award-img {
    margin-bottom: 0;
  }
}
.award-img img {
  border-radius: 10px;
}

@media (min-width: 1600px) {
  .accordion {
    padding-right: 20%;
  }
}
.accordion-item {
  border: 0;
  background-color: transparent;
}
.accordion-button {
  padding: 25px 0px;
  gap: 15px;
  font-size: 26px;
  line-height: 30px;
  color: #A301EA;
  font-weight: 700;
  line-height: normal;
  border-top: 1px solid #C0C0C0;
  min-height: 80px;
  background: transparent;
}
@media (min-width: 1536px) {
  .accordion-button {
    font-size: 32px;
    padding: 35px 0px;
  }
}
.accordion-button:after {
  background: url("../images/down_arrow_icon.svg") no-repeat;
  width: 14px;
  height: 8px;
}
.accordion-button:not(.collapsed) {
  color: #A301EA;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background: url("../images/cross_icon.svg") no-repeat;
  width: 14px;
  height: 14px;
}
.accordion-button:focus {
  border-color: #C0C0C0;
  outline: 0;
  box-shadow: none;
}
.accordion-body {
  padding: 5px 10% 20px 0;
}

.partner-section {
  padding: 55px 0 45px;
}
@media (min-width: 1400px) {
  .partner-section {
    padding: 150px 0 10px;
  }
}

.partner-logos {
  gap: 30px;
  flex-direction: column;
  padding-top: 0px;
}
@media (min-width: 992px) {
  .partner-logos {
    flex-direction: row;
    gap: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .partner-logos {
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .partner-logos .logo-item {
    max-width: 260px;
  }
}
@media (min-width: 1300px) {
  .partner-logos .logo-item {
    max-width: none;
  }
}/*# sourceMappingURL=style.css.map */
.btn-wrap .response {
  display: block;
  color: #fff;
  padding-top: 15px;
}
.partner-logos {
    gap: 0;
}
.partner-logos .logo-item {
    border-bottom: 1px solid #C0C0C0;
    flex: 1;
}
.partner-logos .logo-item:last-child {
    border-bottom: 0;
}
.partner-logos .logo-item h4 {
    color: #A301EA;
    font-size: 24px;
    text-align: center;
}
.item-card-img {
    background: #f9f9f9;
    border-radius: 100%;
}
.event-timer-card .desc-col {
    max-width: none;
}
.desc-col h4 {
    margin-bottom: 15px;
}
.desc-col ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.desc-col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.countdown-timer h4 {color: #fff;}
@media (min-width: 576px) {
 .partner-logos .logo-item h4 {
    text-align: left;
}
}
@media (min-width: 992px) {
  .partner-logos .logo-item {
    border-right: 1px solid #C0C0C0;
    border-bottom: 0;
}
.partner-logos .logo-item:last-child {
    border-right: 0;
}
}